Skip to content

[TEST]: Removed Indentation#12583

Draft
davidle-ms wants to merge 1 commit intomainfrom
ledavi/remove-unexpected-code-block
Draft

[TEST]: Removed Indentation#12583
davidle-ms wants to merge 1 commit intomainfrom
ledavi/remove-unexpected-code-block

Conversation

@davidle-ms
Copy link
Copy Markdown

Summary

Just for testing purposes.

Co-authored-by: Copilot <copilot@github.com>
Copilot AI review requested due to automatic review settings May 1, 2026 09:21
@davidle-ms davidle-ms requested a review from a team as a code owner May 1, 2026 09:21
@github-actions github-actions Bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label May 1, 2026
@davidle-ms davidle-ms marked this pull request as draft May 1, 2026 09:21
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

@davidle-ms - This PR edits one or more files whose 'source of truth' for documentation is not in this repo. Please make documentation updates in the /// comments in the dotnet/runtime repo (or dotnet/extensions repo) instead.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Comment on lines 832 to +845
<exception cref="T:System.ArgumentException">
<paramref name="flagsEnumType" /> is not an enum type.
-or-
<paramref name="flagsEnumType" /> was not declared with <see cref="T:System.FlagsAttribute" />
-or-
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagClass" /> is
<see cref="F:System.Formats.Asn1.TagClass.Universal" />, but
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not correct for
the method.
</exception>

-or-

<paramref name="flagsEnumType" /> was not declared with <see cref="T:System.FlagsAttribute" />

-or-

<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagClass" /> is
<see cref="F:System.Formats.Asn1.TagClass.Universal" />, but
<paramref name="expectedTag" />.<see cref="P:System.Formats.Asn1.Asn1Tag.TagValue" /> is not correct for
the method.
</exception>
Copy link

Copilot AI May 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These whitespace-only changes are inside a mixed-content XML element (<exception> contains text + child elements), so indentation/blank-line edits change the actual text nodes and can affect generated documentation output and cause noisy diffs. If the intent is to separate paragraphs/alternatives, prefer explicit markup (e.g., <para>) rather than relying on blank lines/indentation, and avoid introducing truly empty lines (like line 834/836/840) unless they’re intentionally part of the rendered output.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants